home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / IP_Pvc / Pvc_main.m < prev    next >
Encoding:
Text File  |  1992-05-10  |  267 b   |  15 lines

  1. /*
  2.  *     Generated by the NeXT Interface Builder.
  3.  */
  4.  
  5. #import <stdlib.h>
  6. #import "Pvc_Control.h"
  7.  
  8. void main(int argc, char *argv[]) {
  9.     NXApp = [Pvc_Control new];
  10.     [NXApp loadNibSection:"Pvc.nib" owner:NXApp];
  11.     [NXApp run];
  12.     [NXApp free];
  13.     exit(0);
  14. }
  15.